home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Priklady / Priklad 11 / MAKE.BAT < prev   
Encoding:
DOS Batch File  |  2000-08-29  |  172 b   |  9 lines

  1. @echo off
  2.  
  3. rem Je potrebne nastavit spravnu cestu
  4.  
  5. c:\coding\borlandc\bin\TASM /m9 /n /q detect11.asm
  6. c:\coding\borlandc\bin\TLINK /3 /x /t detect11.obj
  7.  
  8. del *.obj
  9.